home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 May / PCWorld_2000-05_cd.bin / Software / TemaCD / povray / povwin3.exe / %MAINDIR% / Insert Menu / Misc. Directives / ifdef.txt < prev    next >
Encoding:
Text File  |  2000-04-06  |  90 b   |  6 lines

  1. #ifdef (ident)
  2.   // true stuff happens here
  3. #else
  4.   // false stuff happens here
  5. #end
  6.